@charset "utf-8";
/*
Theme Name: lumai
Theme URI: null
Description: Description
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure, .wp-block-image figcaption {
	display: block;
}
a.nolink, a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a, a:link {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#container {
	text-align: left;
}
#main {
	margin-bottom: 100px;
}
@media all and (max-width: 1200px) {
    #main {
	margin-bottom: 50px;
}
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 1200px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 1200px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover, a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	padding: 0 30px;
	z-index: 100;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
#header.fix {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
#header h1 {
	padding: 11px 50px 0 0;
	float: left;
}
#header h1 img {
	width: 250px;
}
 @media all and (max-width: 1200px) {
	#header h1 {
		padding: 11px 0;
	}
	#header h1 img {
		width: 200px;
	}
}
#header .tel {
	margin-top: 18px;
	padding: 5px 80px 5px 40px;
	color: #fff;
	font-family: "Impact", sans-serif;
	font-size: 35px;
	font-weight: bold;
	float: right;
	background: url(img/i01.png) no-repeat left center;
}
 @media all and (max-width: 1200px) {
	#header .tel {
		display: none !important;
	}
}
#header .menu {
	width: 56px;
	height: 56px;
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 999;
	background: url(img/menu.png) no-repeat left top;
	background-size: 56px 56px;
}
 @media all and (max-width: 1200px) {
	#header .menu {
		width: 40px;
		height: 40px;
		background: url(img/menu.png) no-repeat left top;
		background-size: 40px 40px;
	}
}
.menu_box {
	width: 0;
	position: fixed;
	width: 0;
	height: 100%;
	background: -moz-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0094e8), color-stop(100%, #13c33a));
	background: -webkit-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -o-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: -ms-linear-gradient(left, #0094e8 0%, #13c33a 100%);
	background: linear-gradient(to right, #0094e8 0%, #13c33a 100%);
	right: 0;
	top: 0;
	z-index: 998;
	-webkit-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	-moz-transition: 0.8s;
	transition: 0.8s;
}
.menu_box .item {
	float: left;
	width: 16.66%;
	height: 100%;
	overflow: auto;
}
 @media all and (max-width: 1200px) {
	.menu_box .item {
		float: none;
		width: auto;
		height: auto;
	}
}
 .menu_box .item::-webkit-scrollbar {
 width:2px;
 height:2px;
 background-color:#f1f1f1;
}
 .menu_box .item::-webkit-scrollbar-track {
 border-radius:0;
 background-color:#f1f1f1;
}
 .menu_box .item::-webkit-scrollbar-thumb {
 border-radius:0px;
 width:1px;
 height:2px;
 background-color:#db000b;
}
.menu_box .item .pad {
	padding: 200px 0 0 50px;
	text-align: left;
}
 @media all and (max-width: 1200px) {
	.menu_box .item .pad {
		padding: 10px 0 0 20px;
	}
}
.menu_box .item h4 {
	font-size: 30px;
	color: #fff;
	transition: .5s;
}


.menu_box .item i {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fff;
	margin: 10px 0;
}
@media all and (max-width: 1200px) {
    .menu_box .item h4 {
	font-size: 20px;
        
    }
    .menu_box .item i {
        	margin: 4px 0;
    }
}

.menu_box .item a:hover h4, .menu_box .item ul li a:hover {
	opacity: .7;
}
.menu_box .item span {
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.menu_box .item ul {
	padding-top: 10px;
}
.menu_box .item ul li a {
	font-size: 16px;
	color: #fff;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: left;
}

@media all and (max-width: 1200px) {
    .menu_box .item ul li a {
        height: 30px;
	line-height: 30px;
    }
}

#gNavi {
	width: 48%;
	float: left;
}
 @media all and (max-width: 1200px) {
	#gNavi {
		display: none !important;
	}
}
#gNavi li {
	width: 14.28%;
	float: left;
}
#gNavi li a {
	padding: 35px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	text-align: center;
		-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}

#gNavi li a:hover {
	background:#007EFE;
}
#footer {
	background: #222222;
}
#footer .sub {
	margin: 0 auto;
	padding: 50px 0;
	width: 1200px;
}
#footer .sub .ttl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #babbba;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}
#footer .navi {
	padding: 20px 30px 20px 0;
	float: left;
	box-sizing: border-box;
}
#footer .navi01 {
	width: 20%;
}
#footer .navi02 {
	width: 20%;
}
#footer .navi li {
	margin: 0 0 10px;
	color: #babbba;
}
#footer .navi li a {
	color: #babbba;
	font-size: 15px;
}
#footer .navi li a:hover {
	text-decoration: underline;
}
#footer .boxinfo {
	padding: 20px 20px 0 40px;
	width: 40%;
	height: 320px;
	min-height: 220px;
	float: left;
	color: #babbba;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
	border-left: 1px solid rgba(85, 85, 85, 0.5);
	box-sizing: border-box;
}
#footer .boxinfo .txt {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 2;
}
#footer .boxinfo .btn a {
	padding: 10px 0;
	width: 250px;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #007EFE;
	border-radius: 30px;
}
#footer .code {
	padding: 20px 0 0 40px;
	width: 20%;
	height: 320px;
	float: right;
	border-left: 1px solid rgba(85, 85, 85, 0.5);
	box-sizing: border-box;
}
#footer .code img {
	width: 150px;
}
#footer .code .txt {
	margin-top: 10px;
	width: 150px;
	color: #babbba;
	font-size: 15px;
	text-align: center;
}
#footer .copyright {
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-top: 1px solid rgba(85, 85, 85, 0.5);
}
#footer .copyright a {
	color: #fff;
}
#footer .copyright a:hover {
	text-decoration: underline;
}
@media all and (max-width: 1200px) {
#footer .sub {
	padding: 40px 20px;
	width: auto;
}
#footer .sub .ttl {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#footer .navi {
	padding: 20px 0;
	float: none;
}
#footer .navi01 {
	width: auto;
}
#footer .navi02 {
	width: auto;
}
#footer .navi li {
	margin: 0 0 10px;
	width: 50%;
	float: left;
}
#footer .navi li a {
	color: #babbba;
	font-size: 15px;
}
#footer .boxinfo {
	padding: 20px 0;
	width: auto;
	height: auto;
	min-height: inherit;
	float: none;
	border-bottom: none;
	border-left: none;
}
#footer .boxinfo .txt {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 2;
}
#footer .boxinfo .btn a {
	padding: 10px 0;
	width: 260px;
}
#footer .code {
	display: none;
}
}
/* clearfix */
* html .clearfix {
	zoom: 1;
}
* + html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.wp-pagenavi {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	position: relative;
	font-size: 1.4rem;
	color: #424242;
}
.wp-pagenavi span {
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
}
.wp-pagenavi a {
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
}



.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
    	margin: 0 5px;
}
.wp-pagenavi a {
	margin: 0 5px;
}
.wp-pagenavi .current {
	margin: 0 5px;
	color: #fff;
	background: #007EFE;
	border-color: #007EFE;
}
.wp-pagenavi a {
	color: #A8A8A8;
}
.wp-pagenavi a:hover {
 color: #fff;
	background: #007EFE;
	border-color: #007EFE;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	position: absolute;
	display: flex;
	width: 100px;
	height: 32px;
	justify-content: center;
	align-items: center;
	color: #00266F;
	font-size: 1.2rem;
	box-sizing: border-box;
	border: 1px solid #EAEAEA;
}
.wp-pagenavi .previouspostslink {
	left: 0;
	display: none;
}
.wp-pagenavi .nextpostslink {
	display: none;
	right: 0;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	opacity: 0.7;
	color: #00266F;
}
@media all and (max-width: 1200px) {
.wp-pagenavi {
	margin-top: 20px;
	font-size: 1.3rem;
}
.wp-pagenavi span {
	padding: 5px 8px;
}
.wp-pagenavi a {
	padding: 5px 8px;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
}
.wp-pagenavi a {
	margin: 0 8px;
}
.wp-pagenavi .current {
	margin: 0 8px;
}
}
.yetou {
	height: 500px;
	background: url(img/bg02.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg01 {
	background: url(img/bg02.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg02 {
	background: url(img/bg07.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg03 {
	background: url(img/bg03.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg04 {
	background: url(img/bg04.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg05 {
	background: url(img/bg05.jpg) no-repeat center center;
	background-size: cover;
}
.yetou.bg06 {
	background: url(img/bg06.jpg) no-repeat center center;
	background-size: cover;
}
.yetou h2 {
	padding: 170px 0 0;
	color: #fff;
	font-size: 50px;
	text-align: center;
}
.yetou h2 span {
	display: block;
	font-size: 30px;
	font-weight: normal;
}@media all and (max-width: 1200px) {
.yetou {
	height: 300px;
}
.yetou h2 {
	padding: 110px 0 0;
	font-size: 40px;
}
.yetou h2 span {
	font-size: 22px;
}
}
#pagePath {
	margin-bottom: 60px;
	border-bottom: 1px solid #CCC;
}
#pagePath > div {
	padding: 10px 0;
	margin: 0 auto;
	max-width: 80%;
	min-width: 1200px;
}
#pagePath ul {
	margin-top: 10px;
	padding-left: 20px;
	float: left;
	background: url(img/wz-ico.png) no-repeat left center;
}
#pagePath li, #pagePath li a {
	color: #333;
	font-size: 16px;
}
#pagePath li {
	display: inline;
}
#pagePath .tel {
	padding-left: 40px;
	float: right;
	color: #007EFE;
	font-size: 28px;
	font-family: Impact;
	background: url(img/call.png) no-repeat left center;
	background-size: 30px 30px;
}
@media all and (max-width: 1200px) {
#pagePath {
	margin-bottom: 30px;
}
#pagePath > div {
	padding: 10px 15px;
	margin: 0 auto;
	max-width: none;
	min-width: inherit;
}
#pagePath ul {
	margin-top: 0;
	padding-left: 20px;
	float: none;
	background: url(img/wz-ico.png) no-repeat left center;
}
#pagePath li, #pagePath li a {
	color: #333;
	font-size: 16px;
}
#pagePath li {
	display: inline;
}
#pagePath .tel {
	display: none;
}}
.comBox {
	margin: 0 auto;
	width: 80%;
	min-width: 1200px;
}
@media all and (max-width: 1200px) {
	.comBox {
		margin: 0 20px;
		width: auto;
		min-width: inherit;
	}
}
.aboutBox {
	margin-bottom: 100px;
	background: url(img/lumai.png) no-repeat center bottom;
	background-size: 100% auto;
}
.aboutBox .textBox {
	width: 48%;
	float: left;
}
.aboutBox .textBox .en {
	color: #000000;
	font-size: 50px;
	font-weight: bold;
}
.aboutBox .textBox .en span {
	color: #007EFE;
}
.aboutBox .textBox .name {
	margin-bottom: 30px;
	color: #000;
	font-size: 40px;
	font-weight: bold;
}
.aboutBox .textBox .subTxt p {
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
}
.aboutBox .photo {
	width: 48%;
	height: 560px;
	float: right;
	background: url(img/about.jpg) no-repeat center center;
	background-size: cover;
}
@media all and (max-width: 1200px) {
.aboutBox {
	margin-bottom: 40px;
}
.aboutBox .textBox {
	width: auto;
	float: none;
}
.aboutBox .textBox .en {
	font-size: 40px;
}
.aboutBox .textBox .name {
	margin-bottom: 20px;
	font-size: 30px;
}
.aboutBox .textBox .subTxt p {
	margin-bottom: 15px;
}
.aboutBox .photo {
	width: 100%;
	height: 400px;
	float: none;
}
}
.cilture {
}
.cilture .textBox {
	width: 49%;
	float: right;
}
.cilture .textBox .en {
	color: #000000;
	font-size: 50px;
	font-weight: bold;
}
.cilture .textBox .en span {
	color: #007EFE;
}
.cilture .textBox .name {
	margin-bottom: 30px;
	color: #000;
	font-size: 40px;
	font-weight: bold;
}
.cilture .textBox .subTxt p {
	margin-bottom: 20px;
	color: #666;
	font-size: 16px;
	line-height: 2;
}
.cilture .photo {
	width: 48%;
	height: 560px;
	float: left;
	background: url(img/culutre.jpg) no-repeat center center;
	background-size: cover;
}@media all and (max-width: 1200px) {
.cilture {
}
.cilture .textBox {
	padding: 20px;
	width: auto;
	float: none;
}
.cilture .textBox .en {
	font-size: 30px;
}
.cilture .textBox .name {
	margin-bottom: 20px;
	font-size: 30px;
}
.cilture .textBox .subTxt p {
	margin-bottom: 15px;
	font-size: 16px;
}
.cilture .photo {
	display: none;
	width: auto;
	height: auto;
	float: inherit;
}}
.abBanner {
	margin-bottom: 100px;
	padding: 70px 0;
	background: url(img/bg07.jpg) no-repeat center center;
}
.abBanner p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.abBanner p:before {
	margin-left: -25px;
	width: 50px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #d40000;
}
.abBanner .tel {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.abBanner .tel span {
	font-family: Impact;
}
@media all and (max-width: 1200px) {
.abBanner {
	margin-bottom: 40px;
	padding: 50px 0;
	background: url(img/bnr_bg.jpg) no-repeat center center;
}
.abBanner p {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}
.abBanner .tel {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
}
.tongyong li {
	margin: 0 1% 30px;
	width: 31.33%;
	float: left;
}
.tongyong li a {
	padding: 5px;
	display: block;
	border: 1px solid #eee;
}
.tongyong li a .photo {
	position: relative;
	overflow: hidden;
}
.tongyong li a .photo img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}
.tongyong li a:hover .photo img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.tongyong li a p {
	padding: 10px;
	font-size: 18px;
}
.tongyong li a .more {
	padding: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
	border-top: 1px solid #eee;
}
.tongyong li a .more span {
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 18px;
}
.tongyong li a .pop {
	margin-left: -75px;
	margin-top: -75px;
	padding-top: 55px;
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 18px;
	opacity: 0;
	text-align: center;
	box-sizing: border-box;
	background: rgba(0,144,255,.8);
	border-radius: 50%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.tongyong li a:hover .pop {
	opacity: 1;
}
.tongyong li a .pop span {
	display: block;
}
@media all and (max-width: 1200px) {
.tongyong li {
	margin: 0 1% 20px;
	width: 48%;
}
.tongyong li a {
	padding: 5px;
	display: block;
	border: 1px solid #eee;
}
.tongyong li a .photo {
	position: relative;
}
.tongyong li a .photo img {
	height: 150px;
}
.tongyong li a p {
	padding: 5px;
	font-size: 15px;
}
.tongyong li a .more {
	padding: 5px;
}
.tongyong li a .more span {
	position: absolute;
	right: 10px;
	top: 16px;
	font-size: 16px;
}
.tongyong li a .pop {
	display: none;
}
.tongyong li a:hover .pop {
	display: none;
}
}
.xiangqing {
	margin-bottom: 50px;
}
.xiangqing .left {
	padding: 10px;
	width: 48%;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.xiangqing .left img {
	width: 100%;
}
.xiangqing .right {
	width: 48%;
	float: right;
}
.xiangqing .right .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}
.xiangqing .right .tt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
.xiangqing .right .btn {
}
.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}
.xiangqing .right .btn li a {
	padding: 10px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF7701;
}
.xiangqing .right .tel {
	margin: 30px 0 30px;
	color: #666;
	font-size: 16px;
}
.xiangqing .right .tel span {
	padding-left: 35px;
	display: block;
	color: #d40000;
	font-size: 35px;
	font-weight: bold;
	background: url(img/call.png) no-repeat left center;
	background-size: 30px 30px;
}
.erxiangqing {
	margin-bottom: 80px;
}
.erxiangqing .title {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.erxiangqing .title span {
	padding: 10px 0;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
}
.erxiangqing .info {
	color: #333;
	font-size: 16px;
}
.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}
.erxiangqing .info video {
	margin: 0 auto 20px;
	display: block;
	width: 600px;
	height: 450px;
}
@media all and (max-width: 1200px) {
.xiangqing {
	margin-bottom: 30px;
}
.xiangqing .left {
    margin: 0 0 20px;
	padding: 10px;
	width: auto;
	float: none;
}
.xiangqing .left img {
	width: 100%;
}
.xiangqing .right {
	width: auto;
	float: none;
}
.xiangqing .right .title {
	margin-bottom: 20px;
	font-size: 25px;
}
.xiangqing .right .tt {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}
.xiangqing .right .btn {
}
.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}
.xiangqing .right .btn li a {
	width: 130px;
}
.xiangqing .right .tel {
	margin: 20px 0;
	color: #666;
	font-size: 16px;
}
.xiangqing .right .tel span {
	padding-left: 20px;
	font-size: 30px;
}
.erxiangqing {
	margin-bottom: 40px;
}
.erxiangqing .title {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.erxiangqing .title span {
	font-size: 16px;
}
.erxiangqing .info {
	color: #333;
	font-size: 16px;
}
.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}
}
.compagelist {
	padding: 10px;
	margin-top: 40px;
	display: flex;
	background: #F5F5F5;
	justify-content: space-between;
}
.compagelist li {
	max-width: 49%;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}
.compagelist a {
	color: rgba(153, 153, 153, 1);
}
.compagelist a:hover {
	color: rgba(212, 48, 48, 1);
}
@media all and (max-width: 1200px) {
.compagelist {
	margin-top: 30px;
}
.compagelist li {
	max-width: 49%;
	font-size: 16px;
}
}
.comNews li:not(:last-child) {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.comNews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	transition: all 1s ease 2.5s;
}
.comNews .photo {
	width: 33%;
	overflow: hidden;
}
.comNews .photo img {
	width: 100%;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.comNews a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.comNews .txtbox {
	width: 64%;
	position: relative;
}
.comNews .time {
	font-size: 20px;
	margin-bottom: 10px;
}
.comNews .link {
	padding-right: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	background: url(../images/img27.png) no-repeat right center;
	background-size: 36px auto;
}
.comNews h3 {
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
}
.comNews h3:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	content: "";
	background: #007EFE;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.comNews a:hover h3:before {
	width: 100%;
}
.comNews .txt {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}
.comNews a:hover h3 {
	color: #007EFE;
}
.comNews a:hover .time {
	color: #007EFE;
}
.comNews a:hover .txt {
}
.comNews a:hover .link {
	color: #007EFE;
}
@media all and (max-width: 1200px) {
.comNews a {
	padding: 20px 0;
	display: block;
}
.comNews .photo {
    margin-bottom: 20px;
	width: auto;
	overflow: hidden;
}
.comNews .txtbox {
	width: auto;
}
.comNews .time {
	font-size: 18px;
	margin-bottom: 10px;
}
.comNews .link {
	padding-right: 0;
	font-size: 16px;
	background: url(../images/img27.png) no-repeat right center;
	background-size: 30px auto;
}
.comNews h3 {
	padding-bottom: 10px;
	font-size: 22px;
	margin-bottom: 10px;
}
.comNews .txt {
	font-size: 16px;
}
}
.contactul {
	margin-bottom: 40px;
}
.contactul li {
	padding: 40px 20px;
	width: 33.33%;
	height: 168px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
.contactul li:nth-child(1), .contactul li:nth-child(2) {
}
.contactul li:first-child {
	border-left: none;
}
.contactul li .icon {
	float: left;
}
.contactul li .icon img {
	width: 70px;
}
.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}
.map {
	width: 100%;
	height: 340px;
	border: 1px solid #ccc;
}
@media all and (max-width: 1200px) {
.contactul {
	margin-bottom: 20px;
}
.contactul li {
	padding: 40px 20px;
	width: auto;
	height: auto;
	float: none;
	border-left: none;
	border-bottom: 1px solid #ccc;
}
.contactul li .icon {
	float: left;
}
.contactul li .icon img {
	width: 50px;
}
.contactul li .text {
	padding-left: 70px;
}
.map {
	width: 100%;
	height: 260px;
}}
.section_one .con .txt {
	text-align: center;
}

@media all and (max-width: 1200px) {
    .section_one {
        background: url(img/bg01.jpg) no-repeat center center;
        background-size: cover;
    }
}

.section_one .con .txt img {
	display: inline-block;
}
.section_one .bannerbg {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(45,48,50,0.25) url(img/banner_bg.png) repeat;
	position: absolute;
	z-index: 2;
	top: 0;
}
.vidbacking-active-body-back, .vidbackin-active-body-back {
	position: fixed;
	z-index: -1;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%)
}
.vidbacking-active-block-back, .vidbackin-active-block-back {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%)
}
.vidbacking, .vidbackin {
	display: none
}
.vidmask-body-back, .vidmas-body-back {
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block
}
.vidmask-block-back, .vidmas-block-back {
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block
}
.section_one .fp-tableCell>a img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	animation: fudong 2s 0.8s infinite;
	margin: auto;
	z-index: 999;
}
 @keyframes fudong {
 0%, 100% {
 transform:translate(0px, 0px)
}
 50% {
 transform:translate(0px, -20px)
}
}
.section_one .datu {
	margin-top: -100px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	z-index: 100;
}
.section_one .datu img {
    width: 100%;

}

@media all and (max-width: 1200px) {
	.section_one .datu img {
		width: 100%;
	}
}
.section_one .con {
	text-align: center;
	position: relative;
	z-index: 9;
}
.section_one .con .onepic {
	display: inline-block;
	margin: 0 auto;
	position: relative;
}
.section_one .con .onepic img {
}
 @-webkit-keyframes call {
 from {
 -webkit-transform:scale(1);
 opacity:1;
}
to {
	-webkit-transform: scale(1.3);
	opacity: 0;
}
}
@keyframes call {
 from {
 -webkit-transformscale(1);
 opacity:1;
}
to {
	-webkit-transform: scale(1.3);
	opacity: 0;
}
}
.section_one .con .txt {
	text-align: center;
}
.section_one .con .txt img {
	display: inline-block;
}

.comH2 {
	margin-bottom: 30px;
	color: #007EFE;
	font-size: 40px;
	position: relative;

}
.comH2 span {
	display: block;
	color: #fff;
}
.comH2 a {
	padding: 8px 0;
	width: 150px;
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: 30px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}
.comH2 a:hover {
    width: 180px;
	color: #fff;
	background: #007EFE;
}
@media all and (max-width: 1200px) {
    .comH2 {
        	font-size: 35px;
        		text-align: center;
    }
    
    .comH2 a {
        	display: none;
    }
    
}

.section_two {
	background: url(img/section_two.jpg) no-repeat center center;
	background-size: cover;
}
.proLead {
	margin-bottom: 30px;
	text-align: center;
}
.proLead li {
	margin: 0 5px;
	display: inline;
}
.proLead li a {
	padding: 10px 15px;
	min-width: 120px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #007EFE;
	border-radius: 30px;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}

.proLead li a:hover {
	background: #d40000;
}
@media all and (max-width: 1200px) {
    .proLead {
        margin: 0 -8px 20px;
        
    }
	.proLead li {
		
		margin: 0 1% 10px;
		width: 48%;
		float: left;
		display: block;
}

.productTop .proLead li a {
	padding: 10px;
	width: 100%;
	display: block;
	min-width: inherit;
	box-sizing: border-box;
}

}
.productTop .proList li {
	margin: 0 10px;
	width: 380px;
	float: left;
}
.productTop .proList a {
	display: block;
}

.productTop .proList a .photo {
overflow: hidden;
}
.productTop .proList a .photo img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}
.productTop .proList a:hover .photo img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);

}
.productTop .proList a p {
	padding: 15px 0;
	color: #000;
	font-size: 18px;
	text-align: center;
	text-align: center;
	background: #E9E9E9;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.productTop .proList a:hover p {
	color: #fff;
	background: #007EFE;
}

@media all and (max-width: 1200px) {
	.productTop .proList li {
	    margin: 0 20px 15px 0;
	width: 260px;
}

.productTop .proList a .photo img {
	height: 150px;
}
.productTop .proList a p {
padding: 10px 0;
	font-size: 16px;
	
}
    
}
.section_three {
	background: url(img/section_three.jpg) no-repeat center center;
	background-size: cover;
}
.aboutUs {
}
.aboutUs .left {
	width: 60%;
	float: left;
}
.aboutUs h2 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 35px;
}
.aboutUs .jieshao {
	margin-bottom: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}
.aboutUs .left ul {
	margin-top: 50px;
}
.aboutUs .left li {
	margin-right: 2%;
	width: 23%;
	float: left;
}
.aboutUs .left li a {
	padding: 15px 5px;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	border-top: 1px solid rgb(255, 255, 255, .5);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.aboutUs .left li a:hover {
	background: #0090FF;
	border-top: 1px solid #0090FF;
}
.aboutUs .left li a:before {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 15px;
	color: #fff;
	font-size: 17px;
	content: "→";
▏  z-index: 1;
	border-radius: 15px 0 15px 0;
}
.aboutUs .right {
	width: 35%;
	float: right;
	text-align: right;
}
.aboutUs .right .title {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
}
.aboutUs .right .txt {
	color: #fff;
	font-size: 16px;
}
.aboutUs .right .why {
	margin-top: 90px;
	color: #fff;
	font-size: 40px;
}
@media all and (max-width: 1200px) {
	.aboutUs .left {
	width: auto;
	float: none;
}
.aboutUs h2 {
	margin-bottom: 20px;
	font-size: 26px;
}
.aboutUs .jieshao {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.6;
}
.aboutUs .left ul {
	margin-top: 20px;
}
.aboutUs .left li {
	margin-right: 2%;
	width: 48%;
	float: left;
}
.aboutUs .left li a {
	padding: 10px 5px;
	font-size: 16px;
}
	.aboutUs .right {
		display: none;
	}
}


.section_four {
	background: url(img/section_four.jpg) no-repeat center center;
	background-size: cover;
}
.adList {
	padding-top: 30px;
}
.adList li {
	margin: 0 1%;
	width: 23%;
	height: 235px;
	float: left;
}
.adList .ad01 {
	background: url(img/ad01.jpg) no-repeat center center;
	background-size: cover;
}
.adList .ad02 {
	background: url(img/ad02.jpg) no-repeat center center;
	background-size: cover;
}
.adList .ad03 {
	background: url(img/ad03.jpg) no-repeat center center;
	background-size: cover;
}
.adList .ad04 {
	background: url(img/ad04.jpg) no-repeat center center;
	background-size: cover;
}
.adList li .er {
	padding: 40px;
	height: 155px;
	background: rgba(0,0,0,.2);
}
.adList li:hover .er {
	background: rgba(0,126,254,.8)
}
.adList li .er .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}
.adList li .er .txt {
	color: #fff;
	font-size: 16px;
}
@media all and (max-width: 1200px) {
.section_four {
	background: url(img/section_four.jpg) no-repeat center center;
	background-size: cover;
}
.adList {
	padding-top: 0;
}
.adList li {
	margin: 0 0 15px;
	width: auto;
	height:auto;
	float: none;
}
.adList li .er {
	padding: 10px 15px;
		height:auto;
}
.adList li .er .title {
	margin-bottom: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.adList li .er .txt {
	color: #fff;
	font-size: 14px;
}
}
.section_five {
	background: url(img/section_five.jpg) no-repeat center center;
	background-size: cover;
}
.newsList li {
	margin: 0 1%;
	width: 31.33%;
	float: left;
}
.newsList li a {
	display: block;
}
.newsList li a .photo {
    overflow: hidden;
}
.newsList li a .photo img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s,1s;
	-moz-transition-duration: 0.4s,1s;
	-ms-transition-duration: 0.4s,1s;
	transition-duration: 0.4s,1s;
}
.newsList li a:hover .photo img {
    transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.newsList li a .date {
	margin: 10px 0;
	color: #fff;
	font-size: 26px;
	font-weight: 200;
}
.newsList li a .title {
	color: #fff;
	font-size: 18px;
}
.newsList li a .btn {
	margin-top: 15px;
	padding-top: 10px;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
@media all and (max-width: 1200px) {
.newsList li {
	margin: 0 0 20px;
	width: auto;
	float: none;
}
.newsList li:last-child {
	display: none;
}
.newsList li a .photo img {
	width: 100%;
	height: 160px;
}
.newsList li a .date {
	margin: 5px 0;
	font-size: 20px;
}
.newsList li a .title {
	font-size: 16px;
}
.newsList li a .btn {
	margin-top: 10px;
	padding-top: 6px;
	width: 40px;
	height: 40px;
	font-size: 16px;
}
}
.section_six {
	background: url(img/section_six.jpg) no-repeat center center;
	background-size: cover;
}
.conTop li {
	margin: 0 1%;
	padding: 50px 20px;
	width: 23%;
	height: 320px;
	float: left;
	color: #fff;
	text-align: center;
	background: #007EFE;
	border-radius: 10px;
	box-sizing: border-box;
}
.conTop li img {
	width: 50px;
}
.conTop li .name {
	margin: 10px 0;
	font-size: 25px;
	font-weight: bold;
}
.conTop li .weixin img {
    width:120px;
}
.copyright1 {
	padding: 10px 0;
	color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 15px;
	text-align: center;
	z-index: 100000;
	background: rgba(0,0,0,.8);
}
.copyright1 a {
    color: #fff;
}
@media all and (max-width: 1200px) {
.conTop li {
	margin: 0 0 20px;
	padding: 10px 0;
	width: auto;
	height: auto;
	float: none;
}
.conTop li img {
	width: 30px;
}
.conTop li .name {
	margin: 6px 0;
	font-size: 20px;
}
.copyright1 {
	padding: 6px 0;
	font-size: 14px;
}
}